+vtk9 (9.6.2+dfsg1-4) unstable; urgency=medium
+
+ * Team upload.
+ * debian patch fix_xmlwriter_ascii_implicit_cellarray_segfault.patch
+ now also writes the cell types instead of only guarding the crash.
+ The templated writer already returned early on a null iterator, so
+ the array was written empty and, WriteInlineData() discarding the
+ return value, ascii .vtu files were silently written without any
+ cell at all.
+ * autopkgtest writeVTUAsciiImplicitCellTypes: read the file back and
+ check the number of cells, the previous version passed on such an
+ empty types array.
+
+ -- Anton Gladky <gladk@debian.org> Tue, 28 Jul 2026 16:20:19 +0200
+
vtk9 (9.6.2+dfsg1-3) unstable; urgency=medium
* Team upload.